home *** CD-ROM | disk | FTP | other *** search
- /*
- ** use this not to launch multi TimeConnect
- ** put this in your startnet....
- ** ex rx lauchTC.mrx
- */
- options results
-
- IF (SHOW('P',TIMECONNECT.1) =0) then
- DO
- address command 'run amitcp:TC/TC'
- END
- ELSE DO
- address 'TIMECONNECT.1'
- 'iconify FALSE'
- END
-